home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFER__ / PROTO / U / INITEXIT.H < prev    next >
Text File  |  1991-07-23  |  520b  |  22 lines

  1. /*   InitExitLife                                                             Program Init and Exit routines 
  2.  
  3. File name:  InitExitLife.h  
  4. Function:  This module contains the extra program initialization
  5.      routine as well as the program exit and cleanup routine.
  6. /* History: 7/23/91 Original by Prototyper 3.0   */
  7.  
  8.  
  9.  
  10.  
  11. /* ======================================================= */
  12.  
  13. /* Program initializations */
  14. void ApplInit_Life(void);
  15.  
  16. /* Program exit and cleanup */
  17. void ApplExit_Life(void);
  18.  
  19.  
  20. /* ======================================================= */
  21.  
  22.